- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources4
- Resource Type
- 
                                    
                                    
                                    
                                    0002000002000000
- More
- Availability
- 
                                    
                                    22
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Forrest, Stephanie (4)
- 
                                                    
                                                        
                                                            
                                                            Reiter, Pemma (4)
- 
                                                    
                                                        
                                                            
                                                            Weimer, Westley (4)
- 
                                                    
                                                        
                                                            
                                                            Doupé, Adam (2)
- 
                                                    
                                                        
                                                            
                                                            Wang, Ruoyu (2)
- 
                                                    
                                                        
                                                            
                                                            Endres, Madeline (1)
- 
                                                    
                                                        
                                                            
                                                            Espinoza, Antonio M. (1)
- 
                                                    
                                                        
                                                            
                                                            Renzullo, Joseph (1)
- 
                                                    
                                                        
                                                            
                                                            Tay, Hui Jun (1)
- 
                                                    
                                                        
                                                            
                                                            #Tyler Phillips, Kenneth E. (0)
- 
                                                    
                                                        
                                                            
                                                            #Willis, Ciara (0)
- 
                                                    
                                                        
                                                            
                                                            & Abreu-Ramos, E. D. (0)
- 
                                                    
                                                        
                                                            
                                                            & Abramson, C. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Abreu-Ramos, E. D. (0)
- 
                                                    
                                                        
                                                            
                                                            & Adams, S.G. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahmed, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahmed, Khadija. (0)
- 
                                                    
                                                        
                                                            
                                                            & Aina, D.K. Jr. (0)
- 
                                                    
                                                        
                                                            
                                                            & Akcil-Okan, O. (0)
- 
                                                    
                                                        
                                                            
                                                            & Akuom, D. (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S.M. (0)
- 
                                                    
                                                        
                                                            
                                                            (submitted - in Review for IEEE ICASSP-2024) (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Automatically Mitigating Vulnerabilities in Binary Programs via Partially Recompilable DecompilationPRD lifts suspect binary functions to source, available for analysis, revision, or review, and creates a patched binary using source- and binary-level techniques. Al- though decompilation and recompilation do not typically succeed on an entire binary, our approach does because it is limited to a few functions, such as those identified by our binary fault localization.more » « lessFree, publicly-accessible full text available May 1, 2026
- 
            Renzullo, Joseph; Reiter, Pemma; Weimer, Westley; Forrest, Stephanie (, ACM Computing Surveys)Machine learning (ML) pervades the field of Automated Program Repair (APR). Algorithms deploy neural machine translation and large language models (LLMs) to generate software patches, among other tasks. But, there are important differences between these applications of ML and earlier work, which complicates the task of ensuring that results are valid and likely to generalize. A challenge is that the most popular APR evaluation benchmarks were not designed with ML techniques in mind. This is especially true for LLMs, whose large and often poorly-disclosed training datasets may include problems on which they are evaluated. This article reviews work in APR published in the field’s top five venues since 2018, emphasizing emerging trends in the field, including the dramatic rise of ML models, including LLMs. ML-based articles are categorized along structural and functional dimensions, and a variety of issues are identified that these new methods raise. Importantly, data leakage and contamination concerns arise from the challenge of validating ML-based APR using existing benchmarks, which were designed before these techniques were popular. We discuss inconsistencies in evaluation design and performance reporting and offer pointers to solutions where they are available. Finally, we highlight promising new directions that the field is already taking.more » « lessFree, publicly-accessible full text available March 22, 2026
- 
            Endres, Madeline; Reiter, Pemma; Forrest, Stephanie; Weimer, Westley (, International Workshop on Automated Program Repair)
- 
            Reiter, Pemma; Espinoza, Antonio M.; Doupé, Adam; Wang, Ruoyu; Weimer, Westley; Forrest, Stephanie (, Genetic and Evolutionary Computation Conference, Boston, Massachusetts)
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
